home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_419 / reqaztec / format.asm < prev    next >
Assembly Source File  |  1992-05-06  |  197b  |  14 lines

  1.  
  2.         public    _ReqBase
  3.         public    _Format
  4.  
  5. _Format:
  6.         movem.l    a2/a6,-(sp)
  7.         move.l    12(sp),a2
  8.         move.l    16(sp),a0
  9.         lea        20(sp),a1
  10.         move.l    _ReqBase,a6
  11.         jsr        -54(a6)            ; Format
  12.         move.l    (sp)+,a2/a6
  13.         rts
  14.